@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
    background: url(/template/images/bj.png?v=8);
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg?v=8);
}

.wapShow {
    display: none;
}

.noShow {
    display: none;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #02615f;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#00cac6), to(#02615f));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 250%;
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.center {
    width: 1300px;
    margin: 0 auto;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/* 页码 */
.pageNumber {
    font-size: 15px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
    text-align: center;
}

.pageNumber a {
    padding: 9px 15px;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #c70c17;
    color: #fff;
    border: 1px solid #c70c17;
}

.pageNumber .current_page {
    padding: 9px 15px;
    background: #c70c17;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #c70c17;
    margin-right: 5px;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
}

.search input[type="text"] {
    background: url(../images/s_01.png?v=8) no-repeat;
    width: 455px;
    height: 52px;
    line-height: 52px;
    color: #333;
    padding-right: 20px;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    background: #b20416;
    width: 75px;
    height: 52px;
    cursor: pointer;
    color: #fff;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg?v=8") no-repeat center top;
    min-height: 2556px;
}

.in_banner {
    min-height: 400px;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
    margin-top: -30px;
}

.in_bj {
    background: url("/template/images/in_bj.jpg?v=8") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg?v=8") no-repeat center top;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_ps {
    background: url("/template/images/banner_ps.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg?v=8") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png?v=8) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff , #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff , #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/template/images/bj_9.png?v=8") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg?v=8) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png?v=8") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png?v=8") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png?v=8) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/images_pc/hot.png?v=8) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noGet {
    background: url(/template/images/no_bj.jpg?v=8) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/template/images/bot_7.png?v=8) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/template/images/bj_15.jpg?v=8) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/template/images/bot_7.png?v=8) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    padding-bottom: 19px;
    font-size: 17px;
}

.prev_next a {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 44%;
    line-height: 37px;
    padding: 0 17px;
    border-radius: 5px;
}

.prev_next .sub_left, .prev_next .sub_right {
    border: 1px solid #dcdcdc;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
}

.prev_next li:hover a {
    color: #19817f;
    font-weight: bold;
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png?v=8) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg?v=8) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png?v=8) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png?v=8) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png?v=8) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png?v=8) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png?v=8) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png?v=8) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png?v=8) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg?v=8) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0c70bb;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png?v=8) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png?v=8) no-repeat center top;
}

.friendLink a {
    color: #ccc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png?v=8) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png?v=8) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.fuWu {
    background: url(/template/images/ys.jpg?v=8) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png?v=8) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.liuCheng .center .title {
    color: #fff;
    text-align: center;
}

.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liuCheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png?v=8) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png?v=8) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png?v=8) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png?v=8) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.top {
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
}

.t_wel {
    font-size: 14px;
    line-height: 43px;
    color: #888;
    background: #f3f3f3;
}

.t_wel a {
    color: #888;
}

/* Star daoHang */
.shareTitle {
    background: url(/template/images/title.png?v=8) no-repeat center top;
    text-align: center;
    letter-spacing: 2px;
}

.shareTitle .en {
    color: #0b91b6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    filter: alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.shareTitle .cn {
    font-size: 33px;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 8px;
}

.shareTitle span {
    color: #0b91b6;
}

.shareTitle .one {
    font-size: 18px;
    color: #333;
}

.shareTitle .one span {
    color: #e95311;
}

.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg?v=8) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png?v=8) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png?v=8) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png?v=8) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png?v=8) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png?v=8) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png?v=8) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png?v=8) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png?v=8) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png?v=8) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png?v=8) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png?v=8) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png?v=8) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png?v=8) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png?v=8) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png?v=8) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png?v=8) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png?v=8) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg?v=8) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png?v=8) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png?v=8) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.noPage {
    background: url(/template/images/bj21.jpg?v=8) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    min-height: 550px;
    background: url(/template/images/bj_6.png?v=8) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #0c70bb;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 247px;
}

.servies .right {
    width: 903px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/template/images/bj19.jpg?v=8) no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png?v=8);
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png?v=8);
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background: url(/template/images/bj36.png?v=8) no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png?v=8) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #0c70bb;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    padding-left: 28px;
    background: url(/template/images/hot.png?v=8) no-repeat center left;
    background-position-y: 16px;
}

.pageDH a {
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg?v=8) no-repeat center top;
    padding-top: 88px;
}

.shareOemBox .dl_2 dd, .shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .shareTitle {
    color: #fff;
}

.shareOemBox .center .shareTitle .one {
    color: #ccc;
    padding-top: 0;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
    background: url(/template/images/line12.png?v=8) no-repeat center;
    background-position-x: 344px;
}

.newShow {
    padding: 100px 0;
    background: url(/template/images/newBj.jpg?v=8) no-repeat center top;
}

.newShow .left {
    width: 348px;
}

.newShow .right {
    width: 900px;
}

.newShow .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .center .ul_1.clear .right .r_box {
    margin-bottom: 38px;
    padding: 41px;
    border: 1px solid #e5e5e5;
    padding-bottom: 10px;
    background: #fff;
}

.newShow .right .newBox {
    background: #fff;
    border: 1px dashed #ddd;
    padding: 39px;
    font-size: 17px;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.newShow .right .newBox .line_2 .two {
    padding-top: 16px;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
}

.newShow .right .newBox .line_3 {
    color: #333;
    padding: 23px 0;
    min-height: 350px;
    text-align: justify;
    padding-bottom: 38px;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 19px;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    font-size: 17px !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px dashed #edd093;
    text-align: center;
    font-size: 16px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png?v=8) no-repeat center top;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding-top: 80px;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png?v=8) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
    padding-top: 10px;
}

.xgPro .dl_6 dd {
    float: left;
    margin-right: 22px;
    width: 308px;
}

.xgPro .dl_6 dd:nth-child(5) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #e95412;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
}

.xgPro .dl_6 dd a img {
    display: block;
    border: 1px solid #eee;
    padding: 10px;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg?v=8) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png?v=8) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* Star daoHang */
.bq {
    line-height: 68px;
    font-size: 16px;
    background: #1e1e1e;
    color: #fff;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png?v=8) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png?v=8) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
    padding: 100px 0;
    background: url(/template/images/newBj.jpg?v=8) no-repeat center top;
}

.in_new .left {
    width: 348px;
}

.in_new .right {
    width: 900px;
}

.in_new .center .ul_1.clear .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.newShareList .L2_UL {
    margin-bottom: 24px;
    border: 1px solid #e5e5e5;
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 327px;
}

.newShareList .L2_UL .sub_left img {
    display: block;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 435px;
    padding-bottom: 0;
}

.newShareList .L2_UL .sub_right .one {
    line-height: 28px;
    padding: 5px 0;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    padding-top: 5px;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    padding-top: 17px;
    font-size: 14px;
    color: #888;
    line-height: 31px;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    background: url(/template/images/bt_2.png?v=8) no-repeat center top;
    min-height: 36px;
    width: 142px;
    text-align: center;
    text-indent: 9px;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png?v=8) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png?v=8) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png?v=8) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png?v=8) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png?v=8) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png?v=8) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png?v=8) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png?v=8) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png?v=8) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png?v=8) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png?v=8) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png?v=8) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png?v=8) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png?v=8) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png?v=8) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png?v=8) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.in_youShi {
    padding: 50px 0;
    background: #fff;
}

.in_youShi ul .en {
    color: #0076c0;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

.in_youShi .bigTxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #fff;
    line-height: 38px;
    padding-left: 44px;
}

.in_youShi .bigTxt p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
}

.in_youShi .smallTxt {
    color: #1e1e1e;
    line-height: 235%;
    padding-left: 21px;
}

.in_youShi ul li span {
    font-weight: bold;
}

.in_youShi .box_1 {
    padding-top: 25px;
    padding-left: 468px;
}

.in_youShi .box_2 {
    padding-top: 65px;
    padding-left: 36px;
}

.in_youShi .box_3 {
    padding-left: 484px;
    padding-top: 52px;
    width: 300px;
}

.in_youShi .box_4 {
    padding-top: 78px;
    padding-left: 32px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png?v=8);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png?v=8) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg?v=8) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/L_2.png?v=8) no-repeat center top;
    background-color: rgba(191,1,5,0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg?v=8) no-repeat center bottom;
}

.aboutShareNav {
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 151px;
    text-align: center;
    margin-right: 115px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 19px;
    line-height: 130%;
    min-height: 63px;
    padding-top: 103px;
    border-bottom: 3px solid #fff;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png?v=8) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg?v=8) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.case {
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
    min-height: 760px;
}

.case .center .tel_ys {
    color: #0c70bb;
    font-size: 17px;
    text-align: center;
    text-indent: 50px;
    padding-top: 5px;
    min-height: 30px;
}

.case .center .tel_ys span {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.case .center .sBox {
    padding-top: 24px;
}

.case .center .sBox a {
    float: left;
    margin-right: 18px;
    padding-top: 26px;
    background: url(/template/images/line_5.png?v=8) no-repeat;
}

.case .center .sBox a:nth-child(3) {
    margin-right: 0;
}

.case .center .sBox a .one {
    margin-bottom: 5px;
    width: 388px;
    height: 374px;
    overflow: hidden;
    position: relative;
}

.case .center .sBox a .one .box {
    position: absolute;
    top: 374px;
    padding: 30px;
}

.case .center .sBox a:hover .one .box {
    top: 0;
}

.case .center .sBox a .one .box .box2 {
    background: rgba(255,255,255,0.88);
    height: 316px;
    padding: 0px 19px;
    display: table-cell;
    vertical-align: middle;
}

.case .center .sBox a .one .box .box2 .s_1 {
    text-align: center;
    font-size: 23px;
    color: #0c70bb;
    font-weight: bold;
    padding-bottom: 13px;
    background: url(/template/images/line_3.png?v=8) no-repeat center bottom;
}

.case .center .sBox a .one .box .box2 .s_2 {
    font-size: 17px;
    line-height: 190%;
    padding-top: 16px;
}

.case .center .sBox a .two {
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    background: #0c70bb;
    text-align: center;
}

.fast {
    padding: 105px 0;
    padding-bottom: 80px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .line_1 ul {
    line-height: 34px;
    padding-bottom: 8px;
}

.fast .line_1 ul .left, .fast .line_1 ul .left a {
    font-size: 20px;
    color: #0a6ec1;
}

.fast .line_1 ul .left {
    width: 160px;
}

.fast .line_1 ul .right {
    width: 1040px;
}

.fast .line_1 ul li a {
    text-decoration: none;
}

.fast .line_1 ul dd {
    float: left;
    padding: 0px 8px;
    font-size: 17px;
    background: url(/template/images/line7.png?v=8) no-repeat center left;
    margin-bottom: 10px;
}

.fast .line_1 ul dd:nth-child(1) {
    padding-left: 0;
    background: none;
}

.fast .line_1 ul dd a {
    color: #1e1e1e;
    display: inline-block;
    line-height: 34px;
    width: 113px;
    text-align: center;
    border: 1px dotted #ccc;
    border-radius: 10px;
    padding: 0 0px;
}

.lContact {
}

.lContact .one {
    text-indent: 39px;
    padding-top: 27px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    text-indent: 72px;
    padding-top: 0;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 25px;
    line-height: 160%;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.in_contact {
    padding: 90px 0;
    background: url(/template/images/rh3.jpg?v=8) no-repeat center bottom;
    padding-bottom: 150px;
}

.in_contact .ul_1.clear .left .sub_1 {
    font-size: 20px;
}

.in_contact .ul_1.clear .left .sub_1 span {
    font-weight: bold;
}

.in_contact .ul_1.clear .left .sub_2 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 17px;
    padding-left: 23px;
}

.in_contact .ul_1.clear .left .sub_2 p, .in_contact .ul_1.clear .left .sub_2 span {
    font-size: 17px !important;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t_box {
}

.t_logo {
    min-height: 148px;
    background: url(/template/images/1.png?v=8) repeat-x center left;
}

.t_logo .ul_1 {
}

.t_logo .left {
    padding-top: 33px;
}

.t_logo .ul_1 .left img {
    padding-right: 14px;
    vertical-align: top;
    padding-top: 6px;
}

.t_logo .left .txt .one {
    font-size: 32px;
    color: #047674;
}

.t_logo .ul_1 .left .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .left .txt .two {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #333;
}

.t_logo .ul_1 .right {
    color: #000;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 33px;
    font-weight: bold;
    color: #0382a5;
}

.t_logo .ul_1 .right .sub_right {
    padding-left: 39px;
    letter-spacing: 1px;
    padding-top: 15px;
    font-size: 13px;
    text-align: center;
}

.t_nav {
    position: relative;
    min-height: 98px;
    background: url(/template/images/nav.png?v=8) no-repeat center bottom;
}

.t_nav .box {
    width: 1300px;
    padding-top: 2px;
}

.t_nav a {
    float: left;
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 130%;
    letter-spacing: 1px;
    min-height: 90px;
}

.t_nav a span {
    display: block;
}

.t_nav a .en {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    letter-spacing: 0;
}

.t_nav a:nth-child(1) {
    width: 115px;
    background: url(/template/images/nav_01.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(2) {
    width: 166px;
    background: url(/template/images/nav_02.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(3) {
    width: 150px;
    background: url(/template/images/nav_03.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(4) {
    width: 153px;
    background: url(/template/images/nav_04.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(5) {
    width: 214px;
    background: url(/template/images/nav_05.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(6) {
    width: 203px;
    background: url(/template/images/nav_06.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(7) {
    width: 170px;
    background: url(/template/images/nav_07.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(8) {
    width: 129px;
    background: url(/template/images/nav_08.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.t_nav a:nth-child(1):hover {
    background: url(/template/images/navAH_01.png?v=8) no-repeat center bottom;
    background-position-x: -4px;
}

.t_nav a:nth-child(2):hover {
    background: url(/template/images/navAH_02.png?v=8) no-repeat center bottom;
}

.t_nav a:nth-child(3):hover {
    background: url(/template/images/navAH_03.png?v=8) no-repeat center bottom;
}

.t_nav a:nth-child(4):hover {
    background: url(/template/images/navAH_04.png?v=8) no-repeat center bottom;
}

.t_nav a:nth-child(5):hover {
    background: url(/template/images/navAH_05.png?v=8) no-repeat center bottom;
}

.t_nav a:nth-child(6):hover {
    background: url(/template/images/navAH_06.png?v=8) no-repeat center bottom;
}

.t_nav a:nth-child(7):hover {
    background: url(/template/images/navAH_07.png?v=8) no-repeat center bottom;
}

.t_nav a:nth-child(8):hover {
    background: url(/template/images/navAH_08.png?v=8) no-repeat center bottom;
}

.t_nav a:nth-child(1):hover font {
    background: url(/template/images/icoH_01.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_nav a:nth-child(2):hover font {
    background: url(/template/images/icoH_02.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_nav a:nth-child(3):hover font {
    background: url(/template/images/icoH_03.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_nav a:nth-child(4):hover font {
    background: url(/template/images/icoH_04.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_nav a:nth-child(5):hover font {
    background: url(/template/images/icoH_05.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_nav a:nth-child(6):hover font {
    background: url(/template/images/icoH_06.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_nav a:nth-child(7):hover font {
    background: url(/template/images/icoH_07.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_nav a:nth-child(8):hover font {
    background: url(/template/images/icoH_08.png?v=8) no-repeat center bottom;
    background-size: 16px auto;
    background-position-y: 62px;
}

.t_search {
    line-height: 52px;
    font-size: 16px;
    color: #000;
    background: url(/template/images/searchBj.png?v=8) repeat-x;
    padding: 25px 0;
    position: relative;
}

.t_search .t_searchUL {
    color: #474747;
}

.inBody .t_search .t_searchUL .left {
    width: 723px;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    background: url(../images/sICO.png?v=8) no-repeat center left;
    padding-left: 36px;
    font-size: 18px;
    border: 1px solid #ea7c7c;
    border-radius: 8px;
    background-position-x: 12px;
    background-color: #fff;
    overflow: hidden;
    line-height: 49px;
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.pro_ShareList .item {
    border: 1px solid #eee;
    background: #FFF;
    padding: 23px;
    width: 855px;
}

.pro_ShareList .item:hover {
}

.pro_ShareList .item a {
    color: #000;
}

.pro_ShareList .item a p {
    display: block;
}

.pro_ShareList .item a p {
    padding-top: 3px;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 13px;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 33px;
    display: inline-block;
    margin: 0;
}

.pro_ShareList .item:hover .sBox {
    top: 166px;
    position: absolute;
    width: 100%;
}

.pro_ShareList .item .sBox {
    font-size: 15px;
    color: #fff;
    text-align: left;
    min-height: 120px;
    background: url(/template/images/more2.png?v=8) no-repeat center bottom;
    background-color: rgba(7,96,188,0.7);
    text-indent: 30px;
    line-height: 170%;
    background-position-y: 77px;
}

.pro_ShareList .item .sBox span {
    font-weight: bold;
}

.pro_ShareList .item:hover a p {
    position: relative;
    top: 50px;
}

.pro_ShareList .item .sBox .sOne {
    padding-top: 14px;
}

.wenTi {
    background: url(/template/images/wt.jpg?v=8) no-repeat center top;
    padding-top: 100px;
    min-height: 472px;
}

.wenTi .title .one {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 27px;
    padding-bottom: 19px;
    text-indent: 24px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 250%;
}

.wenTi .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.wenTi .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.wenTi .title .two a {
    position: relative;
    top: 6px;
}

.wenTi .content {
    padding-top: 64px;
    font-size: 19px;
    line-height: 53px;
}

.wenTi .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.wenTi .content .one p {
    margin: 0;
    position: absolute;
}

.wenTi .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.wenTi .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.wenTi .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.wenTi .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.wenTi .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.wenTi .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.wenTi .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.wenTi .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.wenTi .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.wenTi .content .two .s2 span {
    font-weight: bold;
}

.iFangAn {
}

.iFangAn .content {
    padding-top: 47px;
}

.iFangAn .content .line_1 {
}

.iFangAn .content .line_1 .left {
    padding-top: 122px;
    padding-left: 17px;
}

.iFangAn .content .line_1 .left dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0c4eb0;
    width: 68px;
    text-align: center;
}

.iFangAn .content .line_1 .right {
    width: 805px;
    padding-top: 50px;
    line-height: 150%;
}

.iFangAn .content .line_1 .right .s1 {
    font-size: 15px;
    font-weight: bold;
    color: #0c4eb0;
    padding-left: 37px;
    letter-spacing: 0.5px;
    padding-bottom: 3px;
}

.iFangAn .content .line_1 .right .s2 {
    font-size: 23px;
    font-family: "Calibri";
    color: #ff3c00;
    font-weight: bold;
    padding-bottom: 8px;
}

.iFangAn .content .line_2 {
    padding-top: 28px;
}

.iFangAn .content .line_2 .sub_left, .iFangAn .content .line_2 .sub_right {
    min-width: 650px;
    width: 50%;
}

.f_feedback {
    min-height: 457px;
    background: url(/template/images/fb.jpg?v=8) no-repeat center top;
    padding-top: 34px;
}

.f_feedback .left {
    width: 558px;
}

.f_feedback .right {
    padding-top: 12px;
    font-size: 15px;
    width: 316px;
    color: #1e1e1e;
    line-height: 210%;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
    background: none;
    /* border: 1px solid #e0e0e0; */
}

.f_feedback input[type="text"] {
    height: 43px;
    width: 414px;
    margin-bottom: 11px;
    line-height: 43px;
    text-indent: 37px;
}

.f_feedback textarea {
    display: inline-block;
    width: 379px;
    min-height: 76px;
    padding-left: 43px;
    padding-top: 14px;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    text-align: center;
    width: 137px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 35px;
    border: 0;
}

.f_feedback input.bt_1 {
    line-height: 55px;
    height: 55px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    background: none;
    width: 428px;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .ul_1 .left .sub_left {
    width: 390px;
}

.f_feedback .left .bt {
    text-align: center;
    padding-top: 23px;
}

.f_feedback .right span {
    font-weight: bold;
    color: #0057b0;
}

.shareRightSmallNav {
    padding-top: 18px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 210px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background: url(/template/images/newNav.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/template/images/newNavH.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.xgBox {
    padding: 0 25px;
    padding-top: 79px;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png?v=8) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.proShareBox {
    padding-bottom: 38px;
}

.proShareBox.r_4 {
    padding-bottom: 23px;
}

.pro_shareTitle {
    padding-left: 38px;
    background: url(/template/images/sd.png?v=8) no-repeat center left;
}

.pro_shareTitle span {
    display: block;
}

.pro_shareTxt {
    padding: 20px 29px;
    color: #333;
    font-size: 16px;
    line-height: 200%;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 15px !important;
    background: url(/template/images/bot8.png?v=8) no-repeat center left;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 18px !important;
    line-height: 210% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 1px solid #82bfbe !important;
}

.pro_shareTxt td:nth-child(1) {
    padding-right: 30px !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 33.3% !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 55px !important;
}

.shareTel {
    background: url(/template/images/tel3.png?v=8) no-repeat center left;
    line-height: 150%;
    padding-left: 53px;
}

.shareTel .s1 {
    font-size: 15px;
    line-height: 22px;
}

.shareTel .s2 {
    font-size: 22px;
    color: #ffa800;
}

.inYouShi {
    padding: 92px 0;
    padding-bottom: 7px;
}

.inYouShi .shareTitle {
    background: url(/template/images/iys_01.png?v=8) no-repeat center top;
    min-height: 108px;
}

.inYouShi .shareTitle .cn {
    color: #0057b0;
}

.inYouShi .shareTitle .one {
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
}

.inYouShi .sC {
    padding-top: 61px;
}

.inYouShi .sC .line_1 {
    background: url(/template/images/iys_02.png?v=8) no-repeat center top;
    min-height: 267px;
}

.inYouShi .sC .one {
    color: #082db2;
    font-size: 19px;
    padding-left: 36px;
}

.inYouShi .sC .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 14px;
    line-height: 42px;
    letter-spacing: 1px;
}

.inYouShi .sC .two span {
    color: #ff4e00;
}

.inYouShi .sC .one p {
    display: inline;
    font-weight: bold;
}

.inYouShi .sC .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.inYouShi .sC .line_1 .box_1 {
    padding-top: 63px;
    padding-left: 150px;
}

.inYouShi .sC .line_2 .box_2 {
    padding-left: 854px;
    padding-top: 137px;
}

.inYouShi .sC .line_2 .box_2 .one {
    padding-left: 90px;
}

.inYouShi .sC .line_2 .box_2 .two {
    padding-top: 25px;
    line-height: 35px;
}

.inYouShi .sC .line_2 {
    background: url(/template/images/iys_03.png?v=8) no-repeat center top;
    min-height: 413px;
    background-position-y: 95px;
}

.inYouShi .sC .line_3 {
    background: url(/template/images/iys_04.png?v=8) no-repeat center top;
    min-height: 395px;
    background-position-y: 85px;
}

.inYouShi .sC .line_3 .box_3 {
    padding-top: 122px;
    padding-left: 111px;
}

.inYouShi .sC .line_3 .box_3 .one {
    padding-left: 65px;
}

.inYouShi .sC .line_3 .box_3 .two {
    line-height: 35px;
    padding-top: 19px;
}

.inYouShi .sC .line_4 .box_4 {
    padding-left: 902px;
    padding-top: 53px;
}

.inYouShi .sC .line_4 {
    background: url(/template/images/iys_05.png?v=8) no-repeat center top;
    min-height: 350px;
    background-position-y: 14px;
}

.inYouShi .sC .line_4 .box_4 .one {
    padding-left: 54px;
}

.inYouShi .sC .line_4 .box_4 .two {
    line-height: 35px;
    padding-top: 17px;
}

.lContact2 {
    background: url(/template/images/l_contact2.jpg?v=8) no-repeat center bottom;
    font-size: 17px;
    color: #002886;
    min-height: 359px;
    padding-top: 28px;
    line-height: 160%;
}

.lContact2 .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact2 .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact2 .three {
    text-indent: 120px;
    padding-top: 0;
    line-height: 130%;
    font-size: 16px;
}

.lContact2 .three img {
    border: 1px solid #ccc;
}

.lContact2 .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.lContact2 .one {
    text-indent: 39px;
    padding-top: 34px;
}

.lContact2 .two {
    text-indent: 132px;
    padding-top: 2px;
    font-size: 16px;
}

.newShareList .L2_UL:hover {
    border: 1px solid #a9d3ff;
    -moz-box-shadow: 1px 1px 8px #a9d3ff;
    -webkit-box-shadow: 1px 1px 8px #a9d3ff;
    box-shadow: 1px 1px 8px #a9d3ff;
}

.newShareList .L2_UL:hover .sub_right .one a {
    color: #0261c3;
}

.shareNewRTitle {
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 38px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-indent: 33px;
    color: #0b91b6;
    background: url(/template/images/newIco.png?v=8) no-repeat center left;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png?v=8) no-repeat center left;
    padding-right: 21px;
}

.in_new .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 {
    line-height: 200%;
    padding: 30px 0;
    color: #111;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/ico_1.png?v=8) no-repeat center left;
    padding-left: 20px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/ico_3.png?v=8) no-repeat center left;
    padding-left: 20px;
    padding-top: 4px;
}

.aboutShareNav a .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    transform: scale(0.9);
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav dd:nth-child(2) a {
    background: url(/template/images/aboutIco_02.png?v=8) no-repeat center top;
}

.aboutShareNav dd:nth-child(3) a {
    background: url(/template/images/aboutIco_03.png?v=8) no-repeat center top;
}

.aboutShareNav dd:nth-child(4) a {
    background: url(/template/images/aboutIco_04.png?v=8) no-repeat center top;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.t_wel .right .sub_right a {
    padding-left: 20px;
    margin-right: 25px;
    display: inline-block;
}

.t_wel .right .sub_right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -33px;
    top: 15px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png?v=8) no-repeat bottom left;
    padding-top: 19px;
    /* display: none; */
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right .sub_right a:nth-child(1) {
    background: url(/template/images/ico_01.png?v=8) no-repeat center left;
    padding-left: 22px;
}

.t_wel .right .sub_right a:nth-child(2) {
    background: url(/template/images/ico_02.png?v=8) no-repeat center left;
}

.t_wel .right .sub_right a:nth-child(3) {
    background: url(/template/images/ico_03.png?v=8) no-repeat center left;
    padding-left: 16px;
}

.t_wel .right .sub_right a:nth-child(4) {
    background: url(/template/images/ico_04.png?v=8) no-repeat center left;
    margin-right: 0;
}

.t_logo .left .txt {
    letter-spacing: 2px;
    font-weight: bold;
    background: url(/template/images/line.png?v=8) no-repeat center left;
    padding-left: 16px;
    padding-bottom: 3px;
    vertical-align: top;
}

.t_logo .ul_1 .right .sub_left {
    padding-top: 48px;
    line-height: 220%;
    padding-left: 55px;
    background: url(/template/images/tel.png?v=8) no-repeat center left;
    background-position-y: 53px;
}

.t_logo .ul_1 .right .sub_right .one {
    background: url(/template/images/kuang.png?v=8) no-repeat center;
    padding: 10px;
}

.t_nav a .cn {
    font-size: 19px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 1px;
}

.wenTi .title .en {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffcb35;
    letter-spacing: 2px;
}

.wenTi .content .sub_left {
    text-align: right;
    width: 520px;
}

.wenTi .content .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.wenTi .content .sub_left .s1 {
    padding-right: 42px;
}

.wenTi .content .sub_left .s2 {
    padding-right: 58px;
}

.wenTi .content .sub_left .s3 {
    padding-right: 55px;
}

.wenTi .content .sub_right .s4 {
    padding-left: 47px;
}

.wenTi .content .sub_right .s5 {
    padding-left: 62px;
}

.wenTi .content .sub_right .s6 {
    padding-left: 62px;
}

.shareTitle .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png?v=8) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.shareProBox .item {
    float: left;
    width: 279px;
    margin-right: 28px;
    margin-bottom: 46px;
    text-align: center;
    background: #fff;
    min-height: 306px;
    padding: 9px;
    border: 1px solid #eee;
}

.shareProBox .item:hover {
    border: 1px solid #87ced5;
}

.shareProBox .item:nth-child(3), .shareProBox .item:nth-child(6), .shareProBox .item:nth-child(9), .shareProBox .item:nth-child(12), .shareProBox .item:nth-child(15), .shareProBox .item:nth-child(18) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
    width: 279px;
    height: 279px;
    overflow: hidden;
}

.shareProBox .item img {
    width: 279px;
    height: 279px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.shareProBox .item img:hover {
    transform: scale(1.05);
}

.hdBox img {
    transition: all 0.4s;
}

.hdBox img:hover {
    transform: scale(1.05);
}

.shareProBox .item .proName {
    display: block;
    line-height: 180%;
    font-size: 17px;
    color: #444;
    padding-top: 10px;
    padding-bottom: 2px;
}

.shareProBox .item:hover a .proName {
    color: #018793;
    font-weight: bold;
}

.iFangAn .content .line_1 li {
    float: left;
    width: 215px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: rgba(11,145,182,0.1);
}

.iFangAn .content .line_1 li:hover {
    background-color: #ffd920;
}

.iFangAn .content .line_1 a {
    line-height: 75px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 33px;
}

.iFangAn .content .line_1 li:nth-child(6),.iFangAn .content .line_1 li:nth-child(12),.iFangAn .content .line_1 li:nth-child(18) {

    margin-right: 0;
}

.iFangAn .content .line_2 .sub_left img {
    display: block;
}

.iFangAn .content .line_2 .sub_right dd {
    float: left;
}

.iFangAn .content .line_2 .sub_right .l_1 {
    width: 93px;
    border-right: 1px solid #000;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .l_2 {
    font-size: 18px;
    width: 500px;
    padding-left: 30px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s1 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s2 {
    line-height: 180%;
}

.iFangAn .content .line_2 .sub_right dl {
    padding: 26px;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .dl_3,.iFangAn .content .line_2 .sub_right .dl_5 {
    background-color: #f1f1f1;
}

.iFangAn .content .line_2 .sub_right .dl_4 {
    background-color: #fff;
}

.iFangAn .content .line_2 .sub_right .dl_3 .l_1 {
    background: url(/template/images/f_ico_01.png?v=8) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right {
    position: relative;
}

.iFangAn .content .line_2 .sub_right .dl_4 .l_1 {
    background: url(/template/images/f_ico_02.png?v=8) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .dl_5 .l_1 {
    background: url(/template/images/f_ico_03.png?v=8) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .sRbox {
    position: relative;
    z-index: 30;
    padding-left: 19px;
    margin-left: -19px;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover {
    background: url(/template/images/jiao10.png?v=8) no-repeat center left;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover dl {
    background-color: #ffd728;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover .l_1 {
    border-right: 1px solid #e3be1a;
}

.about .shareTitle .cn .sBox {
    border: 0;
    padding-bottom: 1px;
}

.about .shareTitle .cn {
    margin-bottom: 0;
}

.f_feedback .left .one {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-indent: 48px;
}

.f_feedback .left .two {
    font-size: 21px;
    text-align: center;
    padding-top: 5px;
    line-height: 180%;
}

.f_feedback .left .three {
    padding-top: 23px;
    padding-left: 61px;
}

.f_nav {
    position: relative;
    min-height: 144px;
    padding-top: 39px;
}

.f_nav .box {
    position: absolute;
    width: 1300px;
    padding-top: 2px;
}

.f_nav a {
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 130%;
    letter-spacing: 1px;
    min-height: 131px;
    display: block;
}

.f_nav a span {
    display: block;
}

.f_nav a .en {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
    letter-spacing: 0;
}

.f_nav li:nth-child(1) a {
    width: 127px;
    background: url(/template/images/nav_01.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background: url(/template/images/nav_02.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background: url(/template/images/nav_03.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background: url(/template/images/nav_04.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background: url(/template/images/nav_05.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background: url(/template/images/nav_06.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background: url(/template/images/nav_07.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(8) a {
    width: 130px;
    background: url(/template/images/nav_08.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav a:hover .en {
}

.f_nav a .cn {
    font-size: 18px;
    padding-top: 62px;
}

.f_nav li {
    float: left;
    background: url(/template/images/navLine.png?v=8) no-repeat center right;
    background-position-y: 57px;
}

.t_logo .ul_1 .left h3 {
    display: inline;
    margin: 0;
    padding: 0;
}

.typeNav_2 .sContent .smallNav a h4 {
    margin: 0;
    padding: 0;
}

.pageNumber input {
    width: 63px;
    line-height: 34px;
    height: 34px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pageNumber input[type="button"] {
    line-height: 38px;
    height: 38px;
}

.proShareBox .sTitle {
    text-align: center;
    min-height: 91px;
    background: url(/template/images/qy.png?v=8) no-repeat center top;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 48px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #555;
    text-indent: 11px;
}

.pro_shareTitle.t_2 {
    min-height: 46px;
    text-indent: 25px;
    line-height: 39px;
}

.proShareBox.r_3 {
}

.proShareBox.r_4 .pro_shareTxt,.proShareBox.r_4 .pro_shareTxt p,.proShareBox.r_4 .pro_shareTxt span {
    font-size: 17px !important;
}

.proShareBox.r_4 .pro_shareTxt table {
    background: none !important;
    border-collapse: collapse;
    width: 100%;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/proTitle5.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 {
    background: url(/template/images/proTitle6.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 104px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.rTitleBox {
    background: url(/template/images/newTitleBj.png?v=8) repeat-y;
    padding: 15px 30px;
    border: 1px solid;
    border-image: -webkit-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: -moz-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: linear-gradient(#f1bc55, #fff799) 30 30;
    margin-bottom: 30px;
}

.newShareList {
}

.newShareList .item {
    padding: 26px;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
    margin-bottom: 30px;
}

.newShareList .item .line_1 {
}

.newShareList .item .line_1 .one {
}

.newShareList .item .line_1 .one img {
    display: block;
}

.newShareList .item .line_1 .two {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 6px;
}

.newShareList .item .line_1 .two a {
    color: #0b91b6;
    display: block;
}

.newShareList .item .line_1 .three {
    font-size: 17px;
    line-height: 190%;
}

.newShareList .item .line_1 .four {
    text-align: right;
    position: relative;
    top: -25px;
}

.newShareList .item .line_1 .four a {
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    background-color: #0c90b6;
    font-weight: bold;
    color: #fff;
}

.newShareList .item .line_1 .four a:nth-child(1) {
    margin-right: 11px;
    background: url(/template/images/btBj.png?v=8) no-repeat center;
    background-size: 110% 100%;
}

.newShareList .item .line_2 {
}

.newShareList .item .line_2 .subTitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 12px;
}

.xgProBox {
}

.xgProBox dd {
    float: left;
    width: 287px;
    margin-right: 17px;
}

.xgProBox dd .s1 {
}

.xgProBox dd .s1 img {
    padding: 6px;
    border: 1px solid #eee;
    background: #fff;
}

.xgProBox dd:nth-child(3) {
    margin-right: 0;

}

.xgProBox dd .s2 {
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    padding-bottom: 8px;
}

.xgProBox dd .s3 {
}

.xgProBox dd .s3 a {
    display: inline-block;
    width: 138px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #0c90b6;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.xgProBox dd .s3 a:nth-child(1) {
    background: url(/template/images/btBj.png?v=8) no-repeat center;
    margin-right: 6px;
}

.newShareList.caseShareList {
}

.newShareList.caseShareList .item .line_1 .sub_left {
    width: 407px;
}

.newShareList.caseShareList .item .line_1 .sub_right {
    width: 460px;
}

.newShareList.caseShareList .item .line_1 .two {
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 22px;
    letter-spacing: 1px;
}

.newShareList.caseShareList .item .line_1 .two a {
    line-height: 38px;
}

.newShareList.caseShareList .item .line_1 .four {
    top: 0;
    padding-top: 20px;
    line-height: 33px;
    color: #aaa;
    font-size: 16px;
}

.newShareList.caseShareList .item .line_1 .three {
    min-height: 190px;
}

.newShareList.caseShareList .item .line_1 .four a {
    width: 130px;
}

.newShareList.caseShareList .item .line_1 {
    margin-bottom: 13px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two a {
    color: #0b91b6;
    background: url(/template/images/goBack.png?v=8) no-repeat center right;
    padding-right: 28px;
}

.newShow .right .newBox .line_3 .subTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background: url(/template/images/sdIco.png?v=8) no-repeat center left;
    line-height: 38px;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_3 .subContent {
    margin-bottom: 20px;
}

.newShow .right .newBox .line_3 .subContent table,.newShow .right .newBox .line_3 .subContent td {
    border: 0 !important;
}

.share_xg .xgProBox {
}

.share_xg .xgProBox dd {
    margin-right: 28px;
}

.in_about {
    padding: 100px 0;
}

.in_about .part_1 {
}

.in_about .part_1 .sContent {
    background: url(/template/images/about_1.jpg?v=8) no-repeat center top;
    min-height: 526px;
    padding-top: 55px;
    background-position-y: 55px;
}

.in_about .part_1 .sContent .l_1 {
    font-size: 25px;
    line-height: 70px;
    padding-top: 49px;
    padding-left: 155px;
    width: 459px;
}

.in_about .part_1 .sContent .l_2 {
    padding-left: 185px;
    width: 150px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_3 {
    padding-right: 96px;
    width: 187px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_1 span {
    font-weight: bold;
}

.in_about .part_3 {
    padding: 100px 0;
    padding-bottom: 70px;
}

.in_about .part_3 .sContent {
    min-height: 498px;
    background: url(/template/images/about_02.jpg?v=8) no-repeat center top;
    padding-top: 55px;
    background-position-y: 55px;
}

.in_about .part_5 .sContent {
    min-height: 528px;
    background: url(/template/images/about_04.jpg?v=8) no-repeat center top;
    background-color: #fff;
    padding: 50px 0;
    background-position-y: 25px;
}

.noPro {
    padding: 10px 20px;
    min-height: 334px;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
}

.noPro .line_1 {
    padding-bottom: 50px;
}

.noPro .line_2 {
    color: #19417f;
}

.pageDH a:hover {
    color: #047674;
}

.iPro {
    padding-top: 91px;
    background: url(/template/images/iPro.jpg?v=8) no-repeat center top;
    padding-bottom: 10px;
}

.iPro .content {
    padding-top: 30px;
}

.iPro .sTitle {
    padding-top: 50px;
}

.iPro .sTitle dd {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-height: 133px;

    background: url(/template/images/tab.png?v=8) center top no-repeat;
    background-size: 100% auto;
}

.iPro .sTitle dd a {
    display: block;
    padding-top: 85px;
}

.iPro .sTitle .HCss {
    background: url(/template/images/tab_hover.png?v=8) center top no-repeat;
    background-size: 100% auto;
}

.iPro .sTitle .HCss a {
    color: #fff;
}

.iPro .content .list {
}

.iPro .content .list .sub_left {
    width: 464px;
}

.iPro .content .list .sub_right {
    width: 836px;
}

.iPro .content .list .sub_left img {
    width: 464px;
    height: 464px;
    vertical-align: middle;
}

.iPro .content .list .sub_right tr {
}

.iPro .content .list .sub_right tr:first-child {
    line-height: 73px;
    background: url(/template/images/line2.png?v=8) repeat-x center left;
    font-size: 18px;
}

.iPro .content .list .sub_right tr:last-child {
}

.iPro .content .list .sub_right table {
    border-collapse: collapse;
    text-align: center;
}

.iPro .content .list .sub_right table,.iPro .content .list .sub_right td, .iPro .content .list .sub_right th {
    border: 1px solid #ddd;
}

.iPro .content .list .sub_right td {
    font-size: 17px;
    height: 78px;
}

.iPro .content .list .sub_right tr:last-child td {
    height: 60px;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(1) {
    width: 100px;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(2) {
    width: 130px;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(3) {
    width: 100px;
}

.iPro .content .list .sub_right tr:first-child th:nth-child(4) {
}

.iPro .content .list .sub_right tr:last-child td a {
    color: #be0b12;
}

.shareTitle img {
    vertical-align: middle;
}

.iPro .content .list dl {
    background: #fff;
}

.iPro .mainBox {
    background: url(/template/images/iProYY.png?v=8) no-repeat center bottom;
    padding-bottom: 38px;
}

.youShi {
    padding: 60px 0;
    background: url(/template/images/iYS.jpg?v=8) no-repeat center top;
    min-height: 2133px;
    padding-bottom: 70px;
}

.youShi .content {
    min-height: 1921px;
}

.youShi .content .lineBox {
    background: url(/template/images/line3.png?v=8) no-repeat center bottom;
    padding: 68px 0;
}

.youShi .content .one {
    padding-left: 63px;
    background: url(/template/images/num_01.png?v=8) no-repeat center left;
}

.youShi .content .two {
    font-size: 19px;
    color: #1e1e1e;
    padding-top: 18px;
    line-height: 180%;
    letter-spacing: 1px;
}

.youShi .content .two span {
    color: #aa040f;
    position: relative;
    top: -2px;
}

.youShi .content .one p {
    display: inline;
    font-weight: bold;
}

.youShi .content .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.youShi .content .line_1 .box_1 {
}

.youShi .content .line_2 .box_2 {
}

.youShi .content .line_2 .box_2 .one {
    background: url(/template/images/num_02.png?v=8) no-repeat center left;
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
    min-height: 381px;
}

.youShi .content .line_3 {
    min-height: 377px;
}

.youShi .content .line_3 .box_3 {
}

.youShi .content .line_3 .box_3 .one {
    background: url(/template/images/num_03.png?v=8) no-repeat center left;
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
}

.youShi .content .line_4 {
}

.youShi .content .line_4 .box_4 .one {
    background: url(/template/images/num_04.png?v=8) no-repeat center left;
}

.youShi .content .line_4 .box_4 .two {
}

.youShi .content .en {
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
}

.youShi .content .one img {
    vertical-align: bottom;
    margin-right: 13px;
}

.youShi .content .three {
    font-size: 18px;
    padding-top: 106px;
}

.youShi .content .three dd:nth-child(1) {
    padding-left: 19px;
    padding-right: 43px;
}

.youShi .content .three dd:nth-child(2) {
}

.youShi .content .three dd:nth-child(3) {
    padding-left: 54px;
}

.youShi .content .line_5 {
}

.youShi .content .line_5 .box_5 {
    padding-top: 75px;
    padding-left: 838px;
}

.youShi .content .cn {
    font-size: 28px;
    letter-spacing: 2px;
    padding-bottom: 1px;
}

.youShi .content .cn span {
    font-weight: bold;
}

.youShi .content .shiLi {
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    padding-top: 16px;
}

.youShi .content .shiLi dd {
    float: left;
    background: url(/template/images/kuang_01.png?v=8) no-repeat center left;
    padding-left: 35px;
    min-width: 120px;
    margin-right: 13px;
}

.youShi .content .shiLi span {
    font-size: 21px;
}

.youShi .content .shiLi dd p {
    margin: 0;
    color: #1BAB32;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#00cac6), to(#02615f));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.youShi .content .shiLi dd:nth-child(2) {
    background: url(/template/images/kuang_02.png?v=8) no-repeat center left;
    padding-left: 38px;
}

.youShi .content .link {
    padding-top: 16px;
    line-height: 36px;
    font-size: 16px;
}

.youShi .content .link a {
    display: inline-block;
    vertical-align: middle;
    background: url(/template/images/bt.png?v=8) repeat-x center;
    color: #fff;
    padding: 0 28px;
    background-size: auto 100%;
    border-radius: 50px;
    border: 1px solid #facd89;
}

.youShi .content .line_2 .box_2 .sub_right {
    width: 590px;
}

.youShi .content .line_2 .shiLi {
}

.youShi .content .line_2 .shiLi dd {
    background: url(/template/images/kuang_03.png?v=8) no-repeat center left;
    width: 175px;
    padding-left: 38px;
}

.youShi .content .two dd {
    padding: 3px 0;
}

.youShi .content img {
    vertical-align: middle;
    border-radius: 58px;
    -moz-box-shadow: 1px 3px 8px #ddd;
    -webkit-box-shadow: 1px 3px 8px #ddd;
    box-shadow: 1px 3px 8px #ddd;
}

.youShi .content .line_3 .sub_left {
    width: 600px;
}

.youShi .content .line_3 .shiLi {
}

.youShi .content .line_3 .shiLi dd {
    background: url(/template/images/kuang_04.png?v=8) no-repeat center left;
    width: 300px;
}

.youShi .content .line_4 .sub_right {
    width: 590px;
}

.youShi .content .line_4 .shiLi {
}

.youShi .content .line_4 .shiLi dd {
    background: url(/template/images/kuang_05.png?v=8) no-repeat center left;
    width: 300px;
}

.youShi .content .lineBox:last-child {
    background: none;
}

.about {
    padding-top: 300px;
    background: url(/template/images/aboutBj.jpg?v=8) no-repeat center top;
    padding-bottom: 60px;
}

.about .content {
    padding-top: 50px;
    background: #fff;
    border-radius: 60px;
    padding-bottom: 20px;
}

.about .content .sBox .one, .about .content .sBox .one p, .about .content .sBox .one span {
    font-size: 17px;
    color: #3d3d3d;
    line-height: 210%;
}

.about .content .sBox .one p {
    margin: 0;
    padding: 5px 0;
}

.about .content .sBox {
    padding: 38px 58px;
    text-align: justify;
}

.about .content .sTitle {
    text-align: center;
}

.about .content .sBox .more {
    float: right;
    font-size: 15px;
    color: #cf0505;
    border: 1px solid #cf0505;
    padding: 0 23px;
    border-radius: 20px;
    line-height: 33px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about .content .sBox .two {
    text-align: center;
    padding-top: 30px;
}

.about .content .sBox .one {
    /* padding-bottom: 30px; */
    position: relative;
}

.about .content .sBox .two img {
    border-radius: 30px;
}

.youShi .content .line_1 .box_1 .sub_right {
    width: 691px;
}

.new {
    padding: 80px 0;
    background: url(/template/images/bodyBj.jpg?v=8);
}

.new .content {
    padding-top: 33px;
}

.new .sTitle {
    padding-top: 45px;
    text-align: center;
}

.new .sTitle a {
    display: inline-block;

    margin-right: 60px;
    padding-left: 45px;
}

.new .sTitle a:first-child {
    background: url(/template/images/newIco_01.png?v=8) no-repeat center left;
    background-position-y: 6px;
}

.new .sTitle a:last-child {
    margin: 0;
    background: url(/template/images/newIco_03.png?v=8) no-repeat center left;
    background-position-y: 6px;
    padding-left: 30px;
}

.new .sTitle a:nth-child(2) {
    background: url(/template/images/newIco_02.png?v=8) no-repeat center left;
    background-position-y: 6px;
    padding-left: 43px;
}

.new .sTitle a span {
    display: block;
}

.new .sTitle a .cn {
    font-size: 23px;
    font-weight: bold;
    line-height: 36px;
}

.new .sTitle a .en {
    font-size: 15px;
    text-transform: uppercase;
}

.new .sTitle a:nth-child(2) .cn {
}

.new .sTitle .HCss {
    color: #047674;
}

.new .sTitle a:first-child.HCss {
    background: url(/template/images/newIcoH_01.png?v=8) no-repeat center left;
    background-position-y: 6px;
}

.new .sTitle a:nth-child(2).HCss {
    background: url(/template/images/newIcoH_02.png?v=8) no-repeat center left;
    background-position-y: 6px;
}

.new .sTitle a:last-child.HCss {
    background: url(/template/images/newIcoH_03.png?v=8) no-repeat center left;
    background-position-y: 6px;
}

.new .titleBox {
    position: relative;
}

.new .titleBox .more {
    position: absolute;
    right: 18px;
    top: 56px;
    color: #cf0505;
    font-size: 18px;
    background: url(/template/images/more.png?v=8) no-repeat center right;
    padding: 5px;
    padding-right: 28px;
    background-position-x: 71px;
}

.bq .right {
    width: 685px;
}

.bq .right div {
    display: inline-block;
    line-height: 160%;
}

.f_contact {
    background: url(/template/images/call.jpg?v=8) no-repeat center top;
    min-height: 455px;
}

.f_contact li {
    float: left;
}

.f_contact .l_1 {
    width: 500px;
    font-size: 16px;
    line-height: 33px;
    padding-right: 60px;
}

.f_contact .l_3 {
    font-size: 18px;
    line-height: 45px;
    width: 390px;
    padding-top: 38px;
}

.f_contact .l_4 {
    width: 140px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 78px;
}

.f_contact .l_4 .s2 {
    padding-top: 3px;
}

.f_contact .l_2 {
    width: 270px;
    padding-right: 63px;
    text-align: center;
    padding-top: 38px;
}

.f_contact .l_2 .one {
    text-align: center;
}

.f_contact .l_2 .two {
    padding-top: 5px;
    letter-spacing: 1px;
    line-height: 250%;
    padding-bottom: 23px;
}

.f_contact .l_2 .two .cn {
    font-size: 28px;
    font-weight: bold;
}

.f_contact .l_2 .two .en {
    font-size: 20px;
    letter-spacing: 3px;
}

.f_contact .l_2 .three {
    text-align: left;
    padding-left: 45px;
    background: url(/template/images/tel2.png?v=8) no-repeat center left;
}

.f_contact .l_2 .three .s1 {
    font-size: 17px;
}

.f_contact .l_2 .three .s2 {
    font-size: 28px;
    font-weight: bold;
    color: #047674;
}

.f_contact .l_2 .one h3 {
    margin: 0;
    padding: 0;
}

.f_contact .l_1 .one {
    font-weight: bold;
    font-size: 19px;
    padding-left: 20px;
    background: url(/template/images/bot2.png?v=8) no-repeat center left;
}

.f_contact .l_1 .two {
    padding-top: 8px;
    padding-left: 6px;
}

.f_contact .line_1 {
    text-align: center;
}

.f_contact .line_1 a {
    display: inline-block;
    width: 100px;
    height: 50px;
    cursor: pointer;
}

.f_contact .line_2 {
    padding-top: 33px;
    position: relative;
}

.f_contact .l_2 .one img {
    padding-right: 2px;
}

.f_contact .l_1 .two dd {
    float: left;
    width: 163px;
}

.f_contact .l_1 .two dd a {
    padding-left: 16px;
    background: url(/template/images/dot.png?v=8) no-repeat center left;
}

.f_contact .l_3 dd {
    padding-left: 48px;
}

.f_contact .l_3 .s1 {
    background: url(/template/images/callIco_01.png?v=8) no-repeat;
}

.f_contact .l_3 .s2 {
    background: url(/template/images/callIco_02.png?v=8) no-repeat;
}

.f_contact .l_3 .s3 {
    background: url(/template/images/callIco_03.png?v=8) no-repeat;
}

.f_contact .l_3 .s4 {
    background: url(/template/images/callIco_04.png?v=8) no-repeat;
}

.f_contact .l_3 .s5 {
    background: url(/template/images/callIco_05.png?v=8) no-repeat;
}

.f_contact .l_3 .s6 {
    background: url(/template/images/callIco_06.png?v=8) no-repeat;
}

.f_contact .l_4 img {
    vertical-align: middle;
}

.in_pro {
    padding: 100px 0;
}

.in_pro .left {
    width: 304px;
}

.in_pro .right {
    width: 905px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 28px;
}

.typeNav {
    /* width: 304px; */
    background: #fff;
    border-bottom: 8px solid #f8b73a;
}

.left_Title {
    width: 304px;
    display: table-cell;
    vertical-align: middle;
    height: 134px;
    background: url(/template/images/proTitle.jpg?v=8) repeat-x center top;
    letter-spacing: 1px;
    text-align: center;
}

.typeNav .sContent {
    background: #fff;
}

.typeNav .sContent .smallNav {
    border-bottom: 1px dashed #ccc;
}

.typeNav .sContent .smallNav a:hover, .typeNav .sContent .smallNav a.currentNav {
    font-weight: bold;
    color: #12a09d;
    margin: 0;
}

.typeNav .sContent .subBox li:last-child a:hover, .typeNav .sContent .subBox li:last-child a.currentNav {
    font-weight: bold;
    border: 0;
}

.typeNav .sContent .smallNav a:hover h4, .typeNav .sContent .smallNav a.currentNav h4 {
    font-weight: bold;
}

.typeNav .sContent .smallNav.last {
    background: none !important;
}

.typeNav .sContent .smallNav.last a {
    color: #1a52a4 !important;
}

.typeNav .sContent .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav .sContent .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav .sContent .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeNav .sContent .subBox li:last-child {
}

.typeNav .sContent .subBox li:last-child a {
    background: none !important;
    text-align: center;
    padding-left: 0;
}

.typeNav .sContent .smallNav a {
    line-height: 68px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    padding-left: 113px;
    font-size: 18px;
    color: #1d1d1d;
    display: block;
}

.left_Title .cn {
    font-size: 33px;
    font-weight: bold;
}

.left_Title .en {
    font-size: 20px;
    text-transform: uppercase;
}

.left_Title .box {
    display: inline-block;
}

.lContact .telBox {
    background: url(/template/images/telBj.png?v=8) repeat-x;
    height: 99px;
    text-align: center;
    display: table-cell;
    width: 304px;
    vertical-align: middle;
}

.lContact .ewm {
    min-height: 315px;
    text-align: center;
    background: url(/template/images/ren.png?v=8) no-repeat left bottom;
}

.lContact .telBox .s1 {
    font-size: 16px;
    padding-left: 20px;
    background: url(/template/images/tel.png?v=8) no-repeat center left;
    background-size: 16px auto;
    line-height: 23px;
    color: #333;
}

.lContact .telBox .s2 {
    font-size: 27px;
    font-weight: bold;
}

.lContact .ewm .s1 {
    padding-top: 28px;
}

.lContact .ewm .s2 {
}

.lContact .telBox .sBox {
    display: inline-block;
    text-align: left;
}

.lContact .ewm img {
    vertical-align: middle;
}

.xgLeftNew {
}

.xgLeftNew li {
    padding: 3px 15px;
}

.xgLeftNew li a:hover {
    color: #01918e;
}

.xgLeftNew li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgLeftNew li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgLeftNew li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgLeftNew li .s4 {
    padding-top: 8px;
}

.xgLeftNew li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png?v=8) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgLeftNew li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgLeftNew li .s2 a:hover {
    color: #0059b4;
}

.xgLeftNew li .s2 .sub_left {
    width: 70%;
}

.xgLeftNew .sTitle {
    font-size: 23px;
    font-weight: bold;
    background: url(/template/images/telBj.png?v=8) repeat-x;
    height: 99px;
    text-align: center;
    display: table-cell;
    width: 304px;
    vertical-align: middle;
}

.xgLeftNew .list {
    font-size: 16px;
    line-height: 36px;
    padding: 16px 0;
}

.xgLeftNew li .sub_left {
    width: 63%;
    padding-left: 5%;
    background: url(/template/images/bot3.png?v=8) no-repeat center left;
}

.xgLeftNew li .sub_right {
    font-size: 13px;
    color: #888;
}

.xgLeftNew li .sub_left a {
}

.in_pro .right .sTitle {
}

.in_pro .right .sTitle .sub_left {
    width: 710px;
}

.in_pro .right .sTitle .sub_right {
    padding-top: 20px;
}

.in_pro .right .sTitle .sub_left .one {
    font-size: 23px;
    padding-left: 26px;
    background: url(/template/images/bot5.png?v=8) no-repeat center left;
    margin-bottom: 20px;
    display: inline-block;
}

.in_pro .right .sTitle .sub_left .two {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 20px;
}

.in_pro .right .sTitle .sub_left .two a {
    border: 1px solid #ccc;
    width: 120px;
    text-align: center;
    border-radius: 20px;
}

.in_pro .right .sTitle .sub_left .two a:hover,.in_pro .right .sTitle .sub_left .two a.cNav {
    color: #fff;
    border: 1px solid #12a09d;
    background: #12a09d;
}

.in_pro .right .sTitle .sub_left .two h2 {
    float: left;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pro_ShareList .item .sub_left {
    width: 295px;
}

.pro_ShareList .item .sub_right {
    width: 536px;
    font-size: 17px;
    padding-top: 8px;
}

.pro_ShareList .item .sub_left img {
    width: 295px;
    height: 295px;
    vertical-align: middle;
}

.pro_ShareList .item .sub_right .one {
    font-size: 18px;
}

.pro_ShareList .item .sub_right .two {
    padding: 11px 0;
    color: #333;
    padding-bottom: 20px;
}

.pro_ShareList .item .sub_right .three {
}

.pro_ShareList .item .sub_right .four {
    padding-top: 28px;
    text-align: right;
}

.pro_ShareList .item .sub_right .two dd {
    padding: 5px 0;
    padding-left: 20px;
    background: url(/template/images/bot6.png?v=8) no-repeat center left;
}

.pro_ShareList .item .sub_right .three table {
    background: #fffaf1 !important;
    width: 100%;
    max-width: 100%;
}

.pro_ShareList .item .sub_right .three table,.pro_ShareList .item .sub_right .three td {
    border: 1px solid #eee;
}

.pro_ShareList .item .sub_right .three td {
    padding: 10px;
}

.pro_ShareList .item .sub_right .three td,.pro_ShareList .item .sub_right .three p,.pro_ShareList .item .sub_right .three span {
    font-size: 16px !important;
    text-indent: 0 !important;
    color: #888 !important;
}

.pro_ShareList .item .sub_right .four a {
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}

.pro_ShareList .item .sub_right .four a:first-child {
    color: #cf0505;
    border: 1px dotted #cf0505;
}

.pro_ShareList .item .sub_right .four a:last-child {
    color: #ffedad;
    background: url(/template/images/bt3.png?v=8) repeat-x;
    background-size: auto 100%;
    border: 1px solid #ffedad;
}

.pro_ShareList .sBox {
    padding-bottom: 15px;
    background: url(/template/images/yy.png?v=8) no-repeat center bottom;
    margin-bottom: 13px;
}

.pro_ShareList .item .sub_right .one a:hover {
    color: #c70c17;
}

.xgCase .xgTitle {
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
    background: url(/template/images/xgIco.png?v=8) no-repeat center left;
    line-height: 50px;
    border-bottom: 2px solid #daa25a;
}

.xgCase .xgList {
    padding-top: 9px;
    color: #888;
}

.xgCase .xgList li {
    float: left;
    width: 45%;
    border-bottom: 1px dashed #ccc;
    line-height: 45px;
    padding-right: 5%;
}

.xgCase .xgList li .sub_left {
    padding-left: 3%;
    background: url(/template/images/bot3.png?v=8) no-repeat center left;
    background-size: 3px auto;
    width: 70%;
}

.xgCase .xgList li .sub_right {
}

.xgCase .xgList li .sub_left a:hover {
    color: #01918e;
}

.inBody .search input[type="text"] {
    width: 260px;
}

.proShow {
    padding: 100px 0;
}

.proShow .left {
    width: 304px;
}

.proShow .right {
    width: 895px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 33px;
}

.proShow .right .sTitle {
    padding-bottom: 30px;
}

.proShow .right .sTitle .sub_left {
    padding-top: 12px;
}

.proShow .right .sTitle .sub_left h1 {
    font-size: 21px;
}

.proShow .right .line_1 {
}

.proShow .right .line_1 .sub_left {
    width: 441px;
}

.proShow .right .line_1 .sub_right {
    width: 430px;
}

.proShow .right .line_1 .sub_left img {
    padding: 13px;
    border: 1px solid #9bcccb;
    vertical-align: middle;
}

.proShow .right .line_1 .sub_right .canShu {
}

.proShow .right .line_1 .sub_right .zuTu {
}

.proShow .right .line_1 .sub_right .canShu table {
}

.proShow .right .line_1 .sub_right .canShu td {
    line-height: 35px;
}

.proShow .right .line_1 .sub_right .canShu table, .proShow .right .line_1 .sub_right .canShu td {
    border: 0 !important;
}

.proShow .right .line_1 .sub_right .canShu td:nth-child(1) {
    font-weight: bold;
    width: 90px;
    text-align: right;
    color: #00908d !important;
    background: #f3fafa !important;
    padding-right: 18px;
}

.proShow .right .line_1 .sub_right .canShu td,.proShow .right .line_1 .sub_right .canShu td p,.proShow .right .line_1 .sub_right .canShu td span {
    font-size: 17px !important;
}

.proShow .right .line_1 .sub_right .canShu tr {
    border: 1px solid #82bfbe;
    margin-bottom: 10px;
    display: block;
}

.proShow .right .line_1 .sub_right .canShu td:nth-child(2) {
    width: 310px;
    padding-left: 20px;
}

.proShow .right .line_1 {
    padding-bottom: 30px;
}

.proShow .right .line_2 {
    background: url(/template/images/xnBj.jpg?v=8) no-repeat center top;
    min-height: 75px;
    padding: 30px;
    width: 835px;
    font-size: 16px;
    line-height: 230%;
}

.proShow .right .line_2 .sub_left {
}

.proShow .right .line_2 .sub_left .one {
}

.proShow .right .line_2 span {
    font-weight: bold;
}

.proShow .right .line_2 .sub_left .two {
    line-height: 32px;
}

.proShow .right .line_2 .sub_left .two dd {
    float: left;
    font-weight: bold;
    width: 78px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: 0;
    background: url(/template/images/dd.png?v=8) repeat-x;
}

.proShow .right .line_2 .sub_left .two dl {
    display: inline-block;
    width: auto;
    border-left: 1px solid #82bfbe;
}

.proShow .right .line_2 .sub_right {
}

.proShow .right .line_2 .sub_right .one {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    background: url(/template/images/psIco.png?v=8) no-repeat center left;
}

.proShow .right .line_2 .sub_right .two {
    background: url(/template/images/telBj2.png?v=8) no-repeat;
    font-size: 16px;
    width: 201px;
    text-indent: 45px;
    line-height: 37px;
}

.proShow .right .line_2 .sub_left .two dd span {
    color: #d31f2a;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#a1191b), to(#d31f2a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .right .line_3 {
    padding: 45px 0;
    font-size: 19px;
    line-height: 50px;
}

.proShow .right .line_4 {
}

.pro_shareTitle .cn {
    font-size: 21px;
    font-weight: bold;
}

.pro_shareTitle .en {
    font-size: 15px;
}

.proShareBox .sub_left {
}

.proShareBox .sub_right {
    width: 73%;
}

.proShareBox .sub_right .pro_shareTxt {
    padding: 0;
}

.proShareBox.r_4 p {
    padding: 0 !important;
    background: none !important;
    padding-bottom: 10px !important;
}

.proShareBox.r_4 .pro_shareTxt tr:first-child {
    background: #f3fafa !important;
}

.proShareBox.r_4 .pro_shareTxt td,.proShareBox.r_4 .pro_shareTxt td p,.proShareBox.r_4 .pro_shareTxt td span {
    font-size: 17px !important;
}

.proShareBox.r_4 .pro_bq {
    padding: 0 29px;
    line-height: 180%;
}

.proShareBox.r_4 .pro_bq p {
    padding: 0 !important;
    margin: 0 !important;
}

.proShareBox.r_4 .pro_bq table {
}

.proShareBox.r_4 .pro_bq td {
    padding: 0 !important;
}

.proShareBox.r_4 .pro_bq table,.proShareBox.r_4 .pro_bq td {
    border: 0 !important;
}

.proShareBox.r_4 .pro_bq, .proShareBox.r_4 .pro_bq p, .proShareBox.r_4 .pro_bq span {
    color: #666 !important;
    font-size: 15px !important;
}

.proShareBox.r_4 .pro_bq td:last-child {
    text-align: right;
}

.inBody {
}

.inBody .youShi {
    background: url(/template/images/bodyBj.jpg?v=8);
}

.proShow .right .sTitle img {
    vertical-align: middle;
}

.proShow .right .line_3 img {
    vertical-align: middle;
}

.typeNew {
}

.typeNew .left_Title {
    width: 348px;
}

.in_new .right .sTitle {
}

.in_new .right .sTitle .sub_left {
}

.in_new .right .sTitle dd {
    padding-right: 13px;
}

.in_new .right .sTitle dd:nth-child(2) {
}

.in_new .right .sTitle dd:nth-child(2) .one {
    font-size: 21px;
}

.in_new .right .sTitle dd:nth-child(2) .en {
    font-size: 12px;
    text-transform: uppercase;
}

.new_ShareList {
    padding-top: 28px;
}

.new_ShareList .sBox {
    padding-bottom: 15px;
    background: url(/template/images/yy.png?v=8) no-repeat center bottom;
    margin-bottom: 13px;
}

.new_ShareList .sBox .item {
    border: 1px solid #eee;
    background: #FFF;
    padding: 23px;
    width: 852px;
}

.new_ShareList .sBox .item .sub_left {
    width: 352px;
}

.new_ShareList .sBox .item .sub_right {
    width: 471px;
    font-size: 17px;
    padding-top: 8px;
}

.new_ShareList .sBox .item .sub_left a {
}

.new_ShareList .sBox .item .sub_left a img {
    width: 352px;
    height: 243px;
    vertical-align: middle;
}

.new_ShareList .sBox .item .sub_right .one {
    line-height: 38px;
}

.new_ShareList .sBox .item .sub_right .two {
    padding: 5px 0;
    font-size: 15px;
    line-height: 33px;
}

.new_ShareList .sBox .item .sub_right .three {
    font-size: 16px;
    line-height: 200%;
    padding-bottom: 16px;
}

.new_ShareList .sBox .item .sub_right .four {
    font-size: 15px;
    line-height: 32px;
}

.new_ShareList .sBox .item .sub_right .one .s_left {
    width: 70%;
}

.new_ShareList .sBox .item .sub_right .one .s_right {
}

.new_ShareList .sBox .item .sub_right .one .s_left a {
    color: #000;
    padding-left: 28px;
    background: url(/template/images/nIco_01.png?v=8) no-repeat center left;
    display: block;
}

.new_ShareList .sBox .item .sub_right .one .s_right img {
    vertical-align: top;
}

.new_ShareList .sBox .item .sub_right .two dd {
    float: left;
    color: #888;
    padding-left: 18px;
    padding-right: 20px;
}

.new_ShareList .sBox .item .sub_right .two dd:nth-child(1) {
    background: url(/template/images/nIco_04.png?v=8) no-repeat center left;
}

.new_ShareList .sBox .item .sub_right .two dd:nth-child(2) {
    background: url(/template/images/nIco_05.png?v=8) no-repeat center left;
}

.new_ShareList .sBox .item .sub_right .two dd:nth-child(3) {
    background: url(/template/images/nIco_06.png?v=8) no-repeat center left;
}

.new_ShareList .sBox .item .sub_right .four .s_left {
    color: #047674;
    background: url(/template/images/nIco_07.png?v=8) no-repeat center left;
    padding-left: 18px;
    width: 60%;
}

.new_ShareList .sBox .item .sub_right .four .s_right {
}

.new_ShareList .sBox .item .sub_right .four .s_right a {
    color: #cf0505;
    border: 1px dotted #cf0505;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}

.new_ShareList .sBox .item .sub_right .one h3 {
    font-size: 20px;
}

.new_ShareList .sBox .item .sub_right .one .s_left a:hover {
    color: #b10012;
}

.new_ShareList .sBox .item .sub_right .four .s_right a:hover {
    background: #cf0505;
    color: #fff;
}

.pro_ShareList .item .sub_right .four a:first-child:hover {
    background: #cf0505;
    color: #fff;
}

.xgPro .sTitle {
    font-size: 21px;
    font-weight: bold;
    line-height: 50px;
    background: url(/template/images/xgIco2.png?v=8) no-repeat center left;
    padding-left: 36px;
}

.xgPro .dl_6 dd:last-child {
    margin: 0;
}

.newShow .right .sTitle {
    margin-bottom: 30px;
}

.newShow .right .sTitle .sub_left {
    padding-left: 40px;
    background: url(/template/images/ns_00.png?v=8) no-repeat center left;
}

.newShow .right .sTitle .sub_right {
}

.newShow .right .sTitle .sub_left .one {
    font-size: 21px;
}

.newShow .right .sTitle .sub_left .en {
    font-size: 12px;
    text-transform: uppercase;
}

.newShow .right .sTitle .sub_right img {
    vertical-align: top;
}

.newShow .right .newBox .line_2 .two dd {
    color: #888;
    padding-left: 18px;
    padding-right: 56px;
    display: inline-block;
}

.newShow .right .newBox .line_2 .two dd:nth-child(1) {
    background: url(/template/images/nIco_04.png?v=8) no-repeat center left;
}

.newShow .right .newBox .line_2 .two dd:nth-child(2) {
    background: url(/template/images/nIco_05.png?v=8) no-repeat center left;
}

.newShow .right .newBox .line_2 .two dd:nth-child(3) {
    background: url(/template/images/nIco_06.png?v=8) no-repeat center left;
    padding-right: 0;
}

.newShow .right .newBox .line_3 table {
}

.newShow .right .newBox .line_3 td {
}

.newShow .right .newBox .line_3 table,.newShow .right .newBox .line_3 td {
    border: 0 !important;
}

.newShow .right .newBox .line_4 {
    color: #b82025;
    margin-bottom: 15px;
    line-height: 36px;
    padding-left: 25px;
    background: url(/template/images/ns_01.png?v=8) no-repeat center left;
    background-position-y: 12px;
}

.prev_next li {
    line-height: 45px;
    background: #f6f6f6;
    padding: 0 18px;
    margin-bottom: 10px;
}

.xgNew {
    padding-top: 28px;
}

.xgNew .xgTitle {
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
    background: url(/template/images/ns_02.png?v=8) no-repeat center left;
    line-height: 50px;
}

.xgNew .xgList {
    padding-top: 9px;
    color: #888;
}

.xgNew .xgList li {
    float: left;
    width: 47%;
    line-height: 43px;
    padding-right: 5%;
}

.xgNew .xgList li .sub_left {
    padding-left: 5%;
    background: url(/template/images/sd2.png?v=8) no-repeat center left;
    width: 70%;
}

.xgNew .xgList li .sub_right {
    font-size: 14px;
}

.xgNew .xgList li .sub_left a:hover {
    color: #01918e;
}

.xgNew .xgList li:nth-child(2),.xgNew .xgList li:nth-child(4),.xgNew .xgList li:nth-child(6),.xgNew .xgList li:nth-child(8) {
    padding-right: 0;
}

.in_new .right .sTitle .sub_left img {
    max-height: 45px;
}

.newShow .xgPro {
    padding-top: 63px;
}

.in_case .left_Title .en, .caseShow .left_Title .en {
    font-size: 13px;
}

.caseShow .right .sTitle .sub_left {
    padding: 0;
    background: none;
    line-height: 170%;
}

.caseShow {
}

.caseShow .right .sTitle .sub_left .one {
    font-size: 23px;
}

.caseShow .right .newBox .line_2 .subTitle {
    text-indent: 250px;
    color: #666;
    background: url(/template/images/line5.png?v=8) no-repeat center left;
    background-position-x: 416px;
}

.caseShow .right .newBox .line_2 h1 {
    margin-bottom: 18px;
}

.caseShow .right .newBox {
}

.caseShow .right .newBox .line_3 {
    background: url(/template/images/sy.png?v=8) repeat-y center top;
    position: relative;
}

.caseShow .left {
    width: 368px;
}

.caseShow .typeNew .left_Title {
    width: 368px;
}

.caseShow .right {
    width: 880px;
}

.caseShow .right .newBox .line_3 img {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aboutShareNav dd:nth-child(1) a {
    background: url(/template/images/aboutIco_01.png?v=8) no-repeat center top;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutIcoH_01.png?v=8) no-repeat center top;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutIcoH_02.png?v=8) no-repeat center top;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutIcoH_03.png?v=8) no-repeat center top;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutIcoH_04.png?v=8) no-repeat center top;
}

.aboutShareNav dd:last-child {
    margin-right: 0;
}

.aboutShareNav a .cn {
}

.aboutShareNav a:hover .cn {
    font-weight: bold;
}

.in_about .tabBox {
    border-bottom: 1px solid #eee;
}

.aboutShareNav dd a:hover {
    border-bottom: 3px solid #029593;
}

.in_about .line_1 {
    font-size: 18px;
    padding: 130px 0;
}

.in_about .line_1 .sub_left {
    width: 410px;
}

.in_about .line_1 .sub_right {
    width: 780px;
    border-radius: 30px;
    overflow: hidden;
}

.in_about .line_1 .sub_left .sTitle {
    padding-left: 43px;
    background: url(/template/images/lxIco_01.png?v=8) no-repeat center left;
    margin-bottom: 18px;
}

.in_about .line_1 .sub_left .sTitle .s1 {
    font-size: 23px;
    font-weight: bold;
}

.in_about .line_1 .sub_left .sTitle .s2 {
    font-size: 12px;
    text-transform: uppercase;
}

.in_about .line_1 .sub_left .two {
}

.in_about .line_1 .sub_left .two dd {
    line-height: 51px;
    padding-left: 38px;
    border-bottom: 1px dashed #ddd;
}

.in_about .line_1 .sub_left .two dd:nth-child(1) {
    background: url(/template/images/lxIco_02.png?v=8) no-repeat center left;
}

.in_about .line_1 .sub_left .two dd:nth-child(2) {
    background: url(/template/images/lxIco_03.png?v=8) no-repeat center left;
}

.in_about .line_1 .sub_left .two dd:nth-child(3) {
    background: url(/template/images/lxIco_04.png?v=8) no-repeat center left;
}

.in_about .line_1 .sub_left .two dd:nth-child(4) {
    background: url(/template/images/lxIco_05.png?v=8) no-repeat center left;
}

.in_about .line_1 .sub_left .two dd:nth-child(5) {
    background: url(/template/images/lxIco_06.png?v=8) no-repeat center left;
}

.in_about .line_1 .sub_left .three {
    line-height: 40px;
    font-size: 17px;
    padding-top: 18px;
}

.in_about .line_1 .sub_left .three a {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}

.in_about .line_1 .sub_left .three a:nth-child(1) {
    background: url(/template/images/link.png?v=8) repeat-x center;
}

.in_about .line_1 .sub_left .three a:nth-child(2) {
    background: #b10012;
}

.about .content .sBox .three {
    text-align: center;
    padding: 8px 0;
    padding-top: 30px;
    color: #333;
}

.about .content .sBox .three dd {
    font-size: 18px;
    border-radius: 200px;
    border: 1px dashed #0a8583;
    width: 238px;
    min-height: 63px;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    margin-right: 70px;
    line-height: 175%;
}

.about .content .sBox .three dd .s1 {
    font-size: 28px;
    font-family: Impact;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}

.about .content .sBox .three dd .s2 {
}

.about .content .sBox .three dd span {
    font-weight: bold;
}

.about .content .sBox .three dd:last-child {
    margin: 0;
}

.about .content .sBox .three dd:nth-child(1) .s1 {
    background: url(/template/images/slIco_01.png?v=8) no-repeat center left;
}

.about .content .sBox .three dd:nth-child(2) .s1 {
    background: url(/template/images/slIco_02.png?v=8) no-repeat center left;
}

.about .content .sBox .three dd:nth-child(3) .s1 {
    background: url(/template/images/slIco_03.png?v=8) no-repeat center left;
}

.in_about .line_3 {
    padding: 50px 0;
    padding-bottom: 90px;
}

.in_about .line_3 .sContent {
    min-height: 500px;
    background: url(/template/images/wh.png?v=8) no-repeat center top;
}

.in_about .line_3 .shareTitle {
    margin-bottom: 16px;
}

.in_about .line_4 .shareTitle {
    margin-bottom: 50px;
}

.noPage .center .txt_2 .sub_left {
    text-indent: 98px;
}

.t_wel .right {
}

.t_wel .right .sub_left {
    padding-right: 23px;
}

.in_pro .right .sTitle .sub_left dd:nth-child(2) {
    padding-left: 45px;
    padding-top: 8px;
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 28px;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.otherTag a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 18px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.otherTag a:hover {
    border: 1px solid #a51414;
    color: #a51414;
}

.tagList {
    padding: 100px 0;
}

.tagList .left {
    width: 955px;
    position: relative;
}

.tagList .right {
    width: 300px;
}

.tagList .left .line_1 {
    background: url(/template/images/sw.png?v=8) no-repeat center;
    padding: 38px;
    width: 879px;
    line-height: 200%;
    padding-top: 45px;
    margin-bottom: 50px;
    background-size: cover;
    border-radius: 13px;
}

.tagList .left .line_1 .sub_left {
    width: 570px;
    padding-top: 5px;
    padding-left: 8px;
}

.tagList .left .line_1 .sub_right {
}

.tagList .left .line_1 .sub_left .one {
}

.tagList .left .line_1 .sub_left .two {
    font-size: 16px;
    padding: 18px 0;
    text-align: justify;
    letter-spacing: 2px;
    text-indent: 2.2rem;
    line-height: 190%;
    padding-bottom: 28px;
    color: #666;
}

.tagList .left .line_1 .sub_left .three {
    font-size: 16px;
    text-align: right;
}

.tagList .left .line_1 .sub_left .one h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0;
}

.tagList .left .line_1 .sub_left .three a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    line-height: 43px;
    width: 189px;
    text-align: center;
    vertical-align: middle;
    margin-right: 28px;
    background-size: auto 43px !important;
    border-radius: 100px;
}

.tagList .left .line_1 .sub_left .three .telBox {
    line-height: 210%;
    padding-left: 56px;
    background: url(/template/images/tel.png?v=8) no-repeat center left;
    display: inline-block;
    background-size: auto 53px;
    vertical-align: middle;
}

.tagList .left .line_1 .sub_left .three .telBox .sub_1 {
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
    color: #494848;
    font-weight: bold;
    text-align: left;
}

.tagList .left .line_1 .sub_left .three .telBox .sub_2 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.tagList .left .line_1 .sub_right .one {
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    height: 260px;
}

.tagList .left .line_1 .sub_right .one img {
    width: 250px;
    border: 5px solid #fff;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    border-radius: 10px;
    vertical-align: middle;
}

.tagList .left .line_1 .sub_left .three a:nth-child(1) {
    background: #c20404;
}

.tagList .left .line_1 .sub_left .three a:nth-child(2) {
    background: url(/template/images/ps_04.png?v=8) no-repeat center top;
    width: 187px;
}

.tagProList {
}

.tagProList .tagListBox {
}

.tagProList .tagListBox .item {
    padding: 15px 18px;
    margin-bottom: 23px;
    width: 919px;
    border: 1px solid #f0f0f0;
}

.tagProList .tagListBox .item .sub_left {
    width: 270px;
}

.tagProList .tagListBox .item .sub_right {
    width: 620px;
    font-size: 16px;
    color: #666;
}

.tagProList .tagListBox .item .sub_left img {
    width: 270px;
    height: 270px;
    vertical-align: middle;
}

.tagProList .tagListBox .item .sub_right .one {
    padding-bottom: 13px;
    padding-top: 8px;
}

.tagProList .tagListBox .item .sub_right .two,.tagProList .tagListBox .item .sub_right .three {
    line-height: 180%;
    /* min-height: 154px; */
}

.tagProList .tagListBox .item .sub_right .three {
    padding: 10px 0;
}

.tagProList .tagListBox .item .sub_right .four {
    padding-top: 10px;
    font-size: 16px;
    text-align: right;
}

.tagProList .tagListBox .item .sub_right .two span, .tagProList .tagListBox .item .sub_right .three span {
    font-weight: bold;
}

.tagProList .tagListBox .item .sub_right .four a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    line-height: 39px;
    width: 170px;
    text-align: center;
    vertical-align: middle;
    margin-left: 15px;
    background-size: auto 100% !important;
    border-radius: 100px;
}

.tagProList .tagListBox .item .sub_right .four a:nth-child(1) {
    background: #c20404;
}

.tagProList .tagListBox .item .sub_right .four a:nth-child(2) {
    background: #f19000;
}

.tagList .left .line_1 .sub_left .two p {
    margin: 0 !important;
}

.tagProList .tagListBox .item .sub_right .one h3 {
    font-size: 23px;
    margin: 0;
}

.tagNav {
    background-size: 100% auto;
    margin-bottom: 38px;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.tagNav .left_Title {
    /* height: 80px; */
    line-height: 220%;
}

.tagNav .sContent {
    font-size: 16px;
    width: 297px;
    padding-top: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tagNav .sContent a {
    line-height: 50px;
    text-align: center;
    width: 50%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.sjTag {
}

.sjTag .left_Title {
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    background: #d88e00;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #d88e00, #f1b33d);
    /* Standard syntax */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    line-height: 160%;
    padding-top: 15px;
}

.sjTag .left_Title .cn {
    font-weight: bold;
    font-size: 23px;
}

.sjTag .left_Title .en {
    font-size: 13px;
}

.sjTag .sContent {
    border: 1px solid #f3d28b;
    font-size: 16px;
    width: 299px;
    background: url(/template/images/pl_6.png?v=8) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 30px;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 49%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.tagNav .left_Title .box {
    padding-top: 18px;
}

.tagNav .sContent a:hover {
    font-weight: bold;
}

.t_logo .ul_1 .right .sub_right img {
    width: 125px;
}

.t_nav .subNavBox {
    background: url(/template/images/line_01.jpg?v=8) no-repeat center top;
}

.t_nav a font {
    display: block;
    min-height: 90px;
}
